From: Glenn Morris Date: Fri, 1 Sep 2017 22:29:49 +0000 (-0400) Subject: * test/Makefile.in (check-no-automated-subdir): Silence by default. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~6819 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cae005f28d8533aeb76ccb18601158ea959bc807;p=emacs.git * test/Makefile.in (check-no-automated-subdir): Silence by default. --- diff --git a/test/Makefile.in b/test/Makefile.in index 0c3d3601d74..d4395e69bb8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -220,7 +220,7 @@ endif ## the tests were arranged differently. .PHONY: check-no-automated-subdir check-no-automated-subdir: - test ! -d $(srcdir)/automated + ${AM_V_at}test ! -d $(srcdir)/automated ## Rerun all default tests. check: mostlyclean check-no-automated-subdir